Skip to main content

Reschedule

Description

The Reschedule message is an event type that indicates that an existing appointment has been rescheduled to a different date or time.The Reschedule message typically contains information such as the original appointment details (e.g., appointment time, location, provider), the new appointment details (e.g., rescheduled appointment time, location, provider), and any relevant comments or notes related to the rescheduling.

API endpoints for Reschedule

Sync REST API Endpoint to call the API: https://{base_url}/api/v1/surgical-scheduling/reschedule.

Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.

Data Model JSON for Reschedule

Reschedule - Sample Payload
{
"Meta": {
"DataModel": "SurgicalScheduling",
"EventType": "Reschedule",
"EventDateTime": "2022-08-16T14:21:20.733Z",
"Test": true,
"Source": {
"ID": "e8d68fd0-c7f0-4e0a-bce3-ab24e9a9eef7 ",
"Name": "EHR Bridge Dev Tools"
},
"Destinations": [
{
"ID": "deb4237b-ba33-4f59-863a-5a6811870df8",
"Name": "Destinations EMR"
}
],
"Logs": [
{
"ID": "2d059c40-9d09-4c2e-b49e-fdbb76618716 ",
"AttemptID": "50ba7a24-7109-4a3f-a918-06ec68d3c88c"
}
],
"Message": {
"ID": 5565
},
"Transmission": {
"ID": 12414
},
"FacilityCode": null
},
"Patient": {
"Identifiers": [
{
"ID": "0000000001",
"IDType": "MR"
},
{
"ID": "5bdc6b88-4b84-4bf7-9744-31d9ff953f37",
"IDType": "EHRID"
},
{
"ID": "0861892a-c032-410d-baf0-c2cc8a0768a2",
"IDType": "NIST"
}
],
"Demographics": {
"FirstName": "James",
"MiddleName": "Alex",
"LastName": "Smith",
"DOB": "2008-01-06",
"SSN": "101-01-0001",
"Sex": "Male",
"Race": "White",
"IsHispanic": null,
"Religion": null,
"MaritalStatus": "Single",
"IsDeceased": null,
"DeathDateTime": null,
"PhoneNumber": {
"Home": "+18088675301",
"Office": null,
"Mobile": null
},
"EmailAddresses": [],
"Language": "en",
"Citizenship": [],
"Address": {
"StreetAddress": "4762 Hill Street",
"City": "San Jose"",
"State": "CA",
"ZIP": "53566",
"County": "Santa Clara",
"Country": "USA"
}
},
"Notes": []
},
"Procedures": [
{
"Code": "6391",
"Codeset": null,
"Description": "Appendectomy",
"DateTime": "2015-12-13T21:08:57.581Z",
"Duration": 120,
"ProcedureInfo": [
{
"Description": "Laterality",
"Value": "unilateral left"
}
]
}
],
"SurgeryStaff": [
{
"ID": "4356789876",
"IDType": "NPI",
"FirstName": "Bobby",
"LastName": "Grant",
"Credentials": [
"MD"
],
"Address": {
"StreetAddress": "123 Main St.",
"City": "San Jose"",
"State": "CA",
"ZIP": "53703",
"County": "Santa Clara",
"Country": "USA"
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": "+16085551234"
},
"Location": {
"Type": null,
"Facility": null,
"Department": null,
"Room": null
},
"Role": {
"Code": "1.1",
"Codeset": null,
"Description": "Primary Surgeon"
},
"StartDateTime": "2015-12-13T21:08:57.581Z",
"Duration": 120
}
],
"SurgicalInfo": [
{
"Code": "23457",
"Codeset": "EHR Codes",
"Description": "Priority",
"Value": "Normal"
},
{
"Code": "1535135",
"Codeset": "EHR Codes",
"Description": "Use Preference Cards",
"Value": "Y"
}
],
"Visit": {
"VisitNumber": "1234",
"AccountNumber": null,
"VisitDateTime": "2022-08-23T14:21:21.734Z",
"Status": null,
"Duration": null,
"PatientClass": null,
"Notes": [],
"AttendingProvider": {
"ID": "4356789876",
"IDType": "NPI",
"FirstName": "Bobby",
"LastName": "Grant",
"Credentials": [
"MD"
],
"Address": {
"StreetAddress": "123 Main St.",
"City": "San Jose"",
"State": "CA",
"ZIP": "53703",
"County": "Santa Clara",
"Country": "USA"
},
"EmailAddresses": [],
"PhoneNumber": {
"Office": "+16085551234"
},
"Location": {
"Type": null,
"Facility": null,
"Department": null,
"Room": null
}
},
"Location": {
"Type": "Inpatient",
"Facility": "MGM Hospital",
"Department": "3N",
"Room": "136",
"Bed": "B"
},
"Diagnoses": [
{
"Code": "R07.0",
"Codeset": "ICD-10",
"Name": "Throat Infection",
"Type": null,
"DocumentedDateTime": null
}
],
"Equipment": []
},
"SurgicalCase": {
"Number": null,
"Status": null
}
}